home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / ixemul-complete / ixemul / utils / changelog next >
Encoding:
Text File  |  1996-08-24  |  1.3 KB  |  39 lines

  1. Mon Aug 12 13:43:20 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)
  2.  
  3.     *  Updated the revision number of ixtrace to 1.4
  4.     *  The following were changed in ixtrace.h
  5.         287:__obsolete_ssystem    (name changed)
  6.         335:fgetln        (name changed)
  7.         483:__stkext_f        (added)
  8.         517:getprotobynumber    (name changed)
  9.         555:getdomainname    (added)
  10.         556:setlogin        (added)
  11.         557:isblank        (added)
  12.         558:mmap        (added)
  13.         559:munmap        (added)
  14.         560:mlock        (added)
  15.         561:munlock        (added)
  16.         562:madvise        (added)
  17.         563:mprotect        (added)
  18.         564:msync        (added)
  19.         565:setlocale        (added)
  20.         566:localeconv        (added)
  21.         567:strtoq        (added)
  22.         568:strtouq        (added)
  23.         569:setpgid        (added)
  24.         570:aselect        (added)
  25.  
  26.     *  Added '-l' option to ixtrace, allows the printing of all
  27.        system calls with corresponding numbers, to stdout. Don't 
  28.        have to look in include/sys/syscall.def anymore. :)
  29.     *  Added additional error checking to '-s' option
  30.     *  Added define 'MAXCALLS' to ixtrace.h, this is the maximum
  31.        number of calls that ixtrace understands
  32.     *  Updated man/man1/ixtrace.1 with additional information on the
  33.        '-l','-c','-z','-v' option
  34.     *  Allow entering of system call name to be traced, instead
  35.        of using a number. '-c'
  36.     *  Added ability to set precisely what calls you want traced 
  37.        (NOT limited to just one call). '-z'
  38.  
  39.